3.1.15 \(\int \frac {\sin ^2(x)}{(1-\cos (x))^2} \, dx\) [15]

Optimal. Leaf size=16 \[ -x-\frac {2 \sin (x)}{1-\cos (x)} \]

[Out]

-x-2*sin(x)/(1-cos(x))

________________________________________________________________________________________

Rubi [A]
time = 0.02, antiderivative size = 16, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 13, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.154, Rules used = {2759, 8} \begin {gather*} -x-\frac {2 \sin (x)}{1-\cos (x)} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Sin[x]^2/(1 - Cos[x])^2,x]

[Out]

-x - (2*Sin[x])/(1 - Cos[x])

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rule 2759

Int[(cos[(e_.) + (f_.)*(x_)]*(g_.))^(p_)*((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)])^(m_), x_Symbol] :> Simp[2*g*(g
*Cos[e + f*x])^(p - 1)*((a + b*Sin[e + f*x])^(m + 1)/(b*f*(2*m + p + 1))), x] + Dist[g^2*((p - 1)/(b^2*(2*m +
p + 1))), Int[(g*Cos[e + f*x])^(p - 2)*(a + b*Sin[e + f*x])^(m + 2), x], x] /; FreeQ[{a, b, e, f, g}, x] && Eq
Q[a^2 - b^2, 0] && LeQ[m, -2] && GtQ[p, 1] && NeQ[2*m + p + 1, 0] &&  !ILtQ[m + p + 1, 0] && IntegersQ[2*m, 2*
p]

Rubi steps

\begin {align*} \int \frac {\sin ^2(x)}{(1-\cos (x))^2} \, dx &=-\frac {2 \sin (x)}{1-\cos (x)}-\int 1 \, dx\\ &=-x-\frac {2 \sin (x)}{1-\cos (x)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [C] Result contains higher order function than in optimal. Order 5 vs. order 3 in optimal.
time = 0.01, size = 26, normalized size = 1.62 \begin {gather*} -2 \cot \left (\frac {x}{2}\right ) \, _2F_1\left (-\frac {1}{2},1;\frac {1}{2};-\tan ^2\left (\frac {x}{2}\right )\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Sin[x]^2/(1 - Cos[x])^2,x]

[Out]

-2*Cot[x/2]*Hypergeometric2F1[-1/2, 1, 1/2, -Tan[x/2]^2]

________________________________________________________________________________________

Maple [A]
time = 0.08, size = 17, normalized size = 1.06

method result size
default \(-\frac {2}{\tan \left (\frac {x}{2}\right )}-2 \arctan \left (\tan \left (\frac {x}{2}\right )\right )\) \(17\)
risch \(-x -\frac {4 i}{{\mathrm e}^{i x}-1}\) \(17\)
norman \(\frac {-2 \left (\tan ^{2}\left (\frac {x}{2}\right )\right )-4 \left (\tan ^{4}\left (\frac {x}{2}\right )\right )-2 \left (\tan ^{6}\left (\frac {x}{2}\right )\right )-x \left (\tan ^{3}\left (\frac {x}{2}\right )\right )-2 x \left (\tan ^{5}\left (\frac {x}{2}\right )\right )-x \left (\tan ^{7}\left (\frac {x}{2}\right )\right )}{\left (\tan ^{2}\left (\frac {x}{2}\right )+1\right )^{2} \tan \left (\frac {x}{2}\right )^{3}}\) \(70\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sin(x)^2/(1-cos(x))^2,x,method=_RETURNVERBOSE)

[Out]

-2/tan(1/2*x)-2*arctan(tan(1/2*x))

________________________________________________________________________________________

Maxima [A]
time = 0.53, size = 23, normalized size = 1.44 \begin {gather*} -\frac {2 \, {\left (\cos \left (x\right ) + 1\right )}}{\sin \left (x\right )} - 2 \, \arctan \left (\frac {\sin \left (x\right )}{\cos \left (x\right ) + 1}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(x)^2/(1-cos(x))^2,x, algorithm="maxima")

[Out]

-2*(cos(x) + 1)/sin(x) - 2*arctan(sin(x)/(cos(x) + 1))

________________________________________________________________________________________

Fricas [A]
time = 0.37, size = 16, normalized size = 1.00 \begin {gather*} -\frac {x \sin \left (x\right ) + 2 \, \cos \left (x\right ) + 2}{\sin \left (x\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(x)^2/(1-cos(x))^2,x, algorithm="fricas")

[Out]

-(x*sin(x) + 2*cos(x) + 2)/sin(x)

________________________________________________________________________________________

Sympy [A]
time = 0.37, size = 8, normalized size = 0.50 \begin {gather*} - x - \frac {2}{\tan {\left (\frac {x}{2} \right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(x)**2/(1-cos(x))**2,x)

[Out]

-x - 2/tan(x/2)

________________________________________________________________________________________

Giac [A]
time = 0.42, size = 12, normalized size = 0.75 \begin {gather*} -x - \frac {2}{\tan \left (\frac {1}{2} \, x\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(x)^2/(1-cos(x))^2,x, algorithm="giac")

[Out]

-x - 2/tan(1/2*x)

________________________________________________________________________________________

Mupad [B]
time = 0.31, size = 10, normalized size = 0.62 \begin {gather*} -x-2\,\mathrm {cot}\left (\frac {x}{2}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sin(x)^2/(cos(x) - 1)^2,x)

[Out]

- x - 2*cot(x/2)

________________________________________________________________________________________